projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c00896a
)
ci: Add missing newline escape
author
Emmanuele Bassi
<ebassi@gnome.org>
Wed, 29 Jan 2020 11:31:00 +0000
(12:31 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 11 Feb 2020 13:39:52 +0000
(13:39 +0000)
Otherwise we're going to run the accessibility test suite, and it's
going to fail.
.gitlab-ci/run-tests.sh
patch
|
blob
|
history
diff --git
a/.gitlab-ci/run-tests.sh
b/.gitlab-ci/run-tests.sh
index ad3a4a74913022f97058970a4591073c5143cf68..136988e11ea280a0c63c75348ab7047640b26155 100755
(executable)
--- a/
.gitlab-ci/run-tests.sh
+++ b/
.gitlab-ci/run-tests.sh
@@
-7,5
+7,5
@@
builddir=$1
cd ${builddir}
xvfb-run -a -s "-screen 0 1024x768x24" \
meson test --print-errorlogs \
- --suite=gtk
+ --suite=gtk
\
--no-suite=gtk:a11y